home *** CD-ROM | disk | FTP | other *** search
/ Erect Magazine Special 4 / Erect Magazine Special 4 - Disc 1.iso / mac / Menu.DIR / 00027.ls < prev    next >
Encoding:
Text File  |  1996-11-01  |  165 b   |  12 lines

  1. on sound_play _sound_name
  2.   if field "Sound_Flg" = "ON" then
  3.     puppetSound(_sound_name)
  4.   else
  5.     puppetSound(0)
  6.   end if
  7. end
  8.  
  9. on sound_stop
  10.   puppetSound(0)
  11. end
  12.